=================================
 Wegstr CNC controlling software
=================================

Thank you for choosing Wegstr CNC.

This folder contains two scripts to help you manage the application:
  - install.sh:   Installs the application to your system.
  - uninstall.sh: Removes the application from your system.


## How to install ##

1. Open a Terminal in this directory.

2. Run the installer with administrator rights (using "sudo"):
   sudo ./install.sh

3. Add the user to dialout group to access /dev/ttyUSB0 permanently (using "sudo"):
   sudo adduser $USER dialout

4. Restart your computer.

5. After that you will find Wegstr CNC controlling software in your main application menu.

6. In case of shaky fonts install fonts pack (using "sudo"):
   sudo apt install ttf-mscorefonts-installer


## How to uninstall ##

1. Open a Terminal in this directory.

2. Run the uninstaller with administrator rights:
   sudo ./uninstall.sh

3. The script will remove the application from your system.